tools/libxc: Use public/featureset.h for cpuid policy generation
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 17 Nov 2015 18:11:18 +0000 (18:11 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 8 Apr 2016 20:54:57 +0000 (21:54 +0100)
commit677226d64d2e1d310b0acd14dee3dbd8288c9819
treeb862af009bd7352c953289b1099cdc4b7dba4f70
parent11d0044a168994de85b9b328452292852aedc871
tools/libxc: Use public/featureset.h for cpuid policy generation

Rather than having a different local copy of some of the feature
definitions.

Modify the xc_cpuid_x86.c cpumask helpers to appropiately truncate the
new values.

As some of the feature have been renamed in the public API, similar renames
are made here.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
tools/libxc/xc_cpufeature.h [deleted file]
tools/libxc/xc_cpuid_x86.c